Property Constructor (String) |
Initializes a new instance of the Property from XML string.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic Property(
string xml
)
Public Sub New (
xml As String
)
Parameters
- xml
- Type: SystemString
String containing the property as XML.
See Also